In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging / SetPixelArrayByteBGR Method

SetPixelArrayByteBGR Method (GdPictureImaging)

In This Topic
Syntax
'Declaration

 

Public Function SetPixelArrayByteBGR( _

   ByVal ImageID As Integer, _

   ByRef Data() As Byte, _

   ByVal DstLeft As Integer, _

   ByVal DstTop As Integer, _

   ByVal Width As Integer, _

   ByVal Height As Integer, _

   ByVal InputIsRGB As Boolean _

) As GdPictureStatus
public GdPictureStatus SetPixelArrayByteBGR( 

   int ImageID,

   ref byte[] Data,

   int DstLeft,

   int DstTop,

   int Width,

   int Height,

   bool InputIsRGB

)
public function SetPixelArrayByteBGR( 

    ImageID: Integer;

   var  Data: Bytearray of;

    DstLeft: Integer;

    DstTop: Integer;

    Width: Integer;

    Height: Integer;

    InputIsRGB: Boolean

): GdPictureStatus; 
public function SetPixelArrayByteBGR( 

   ImageID : int,

   Data : byte[],

   DstLeft : int,

   DstTop : int,

   Width : int,

   Height : int,

   InputIsRGB : boolean

) : GdPictureStatus;
public: GdPictureStatus SetPixelArrayByteBGR( 

   int ImageID,

   ref byte[]* Data,

   int DstLeft,

   int DstTop,

   int Width,

   int Height,

   bool InputIsRGB

) 
public:

GdPictureStatus SetPixelArrayByteBGR( 

   int ImageID,

   array<byte>^% Data,

   int DstLeft,

   int DstTop,

   int Width,

   int Height,

   bool InputIsRGB

) 

Parameters

ImageID
Data
DstLeft
DstTop
Width
Height
InputIsRGB
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging
GdPictureImaging Members